-
Notifications
You must be signed in to change notification settings - Fork 3.7k
EP documentation updates #6253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EP documentation updates #6253
Conversation
|
|
||
| # CUDA Execution Provider | ||
|
|
||
| The CUDA Execution Provider enables hardware accelerated computation on CUDA-enabled GPUs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"computation on Nvidia GPUs" might be better? #Resolved
| For build instructions, please see the [BUILD page](../../how-to/build.md#CUDA). | ||
|
|
||
| ## Configuration Options | ||
| The CUDA EP supports the following configuration options: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be possible to link to some sample usage in C++/python etc. ? #Resolved
| The device ID. | ||
|
|
||
| ### cuda_mem_limit | ||
| The memory limit of the device memory arena in bytes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might need more clarification based on this question #6215. #Resolved
ke1337
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
| The device ID. | ||
|
|
||
| ### cuda_mem_limit | ||
| The size limit of the device memory arena in bytes. This size limit is only for the execution provider's arena. The total device memory usage may be higher. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for adding another comment. Maybe it is worth specifying the "default" values for each of these parameters ? For example, reading the doc, I understand what the valid values for cudnn_conv_algo_search are and what each option means. What is hard to parse is the "default" value for each. #Resolved
Description
Add some initial documentation for the CUDA EP with some details about configuration options.
Update Nuphar EP documentation usage of deprecated set_nuphar_settings() function.
Motivation and Context
Needed somewhere to document CUDA EP provider-specific options.
Deprecation of Python global configuration functions.